SYSTEM SMEM AVAILABLE

This command will return the total system memory available on the system.

  Syntax
Return Integer=SYSTEM SMEM AVAILABLE()
  Returns

Total system memory available on the system

  Example Code
cls
print "Memory Available"
print "Texture:";system tmem available()
print "Display:";system dmem available()
print "System:";system smem available()
print "Hit Any Key"
wait key
do
loop
end
  See also

SYSTEM Commands Menu
Index